Index

api/v1/jobs/{jobno}/labour

Path: api/v1/jobs/{jobno}/labour

This API is JSON:API compliant.

This endpoint supports the following methods:
GET POST PATCH

The resource type for this endpoint is JobLabour
The identifier is jobno-lineid

The JobLabour resource type attributes are as follows:

{
"start":string (DateTime in ISO format)
"hours":integer
"minutes":integer
"labourType":string
"labourInit":string
"comment":string
"addInit":string (read-only)
optional
"addDate":string (DateTime in ISO format) (read-only)
"modifyInit":string (read-only)
optional
"modifyDate":string (DateTime in ISO format) (read-only)
}